home *** CD-ROM | disk | FTP | other *** search
-
-
- NAME
- Close
-
- SYNOPSIS
- Close - Close a filehandle - Requires v37
-
- INPUTS
- "FILEHANDLE/N/A"
-
- FUNCTION
- Closes an AmigaDOS Filehandle previously
- opened with the 'Open' command.
- It does no checks to the given Filehandle,
- so it should be used carefully.
- The Filehandle must not be used after
- calling Close on it.
-
- RESULT
- -/-
-
- NOTES
- ! Close is highly dangerous! Do not Use it, if !
- ! U do not exactly know what U are doing! !
-
- CLI - only
-
- should compile with SAS-C
-
- BUGS
-
- EXAMPLES
- > set fh `Open Sys:S/Shell-startup`
- > Readln $fh
- alias xcopy "copy clone "
- > Close $fh
- > Unset fh
-
- AUTHOR
- Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
- noll@student.uni-kl.de
-
-
-
-